home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00243_Script_GESTION_PISTE_BULLE < prev    next >
Text File  |  2004-12-05  |  309b  |  11 lines

  1. global gpiste_Bulle
  2. property p_cettePiste, p_Nodepiste,p_nom_Acteur
  3. ----------------------------------
  4. on beginsprite me
  5.   p_Nodepiste = me.spriteNum
  6.   p_cettePiste = sprite(p_Nodepiste)
  7.   p_nom_Acteur = p_cettePiste.member.name
  8.   gpiste_Bulle = p_Nodepiste
  9. end
  10. ----------------------------------- 
  11.